home *** CD-ROM | disk | FTP | other *** search
- /******************************************************************************
- CAMButton.h
-
- Interface for CAMButton.c
-
- Copyright © 1991 Bowers Development Corporation. All rights reserved.
-
- ******************************************************************************/
-
- #pragma once
-
- #include <CButton.h>
-
- /*--------*/
- class CAMButton : public CButton {
- public:
- void IViewTemp (CView *anEnclosure,
- CBureaucrat *aSupervisor,
- Ptr viewData); // is override
-
- }; /* CAMButton */
-